SmartFTP FTP Library
IFTPParser::ParseLine Method

Parses the specified line and returns a new FTPItem object on success.

IDL
HRESULT ParseLine(
    [in] BSTR bstrLine, 
    [in, out] IFTPItem** ppItem, 
    [out, retval] VARIANT_BOOL* retval
);
Parameters

bstrLine
Line to parse.
ppFTPItem
Pointer to FTPItem object.

Returns

Returns true if successful, false otherwise.

What do you think about this topic? Send feedback!
Copyright (c) by SmartSoft Ltd. All rights reserved.